google.golang.org/grpc.callInfo.authority (field)

4 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L183: 	authority                   string
		rpc_util.go#L452: 	c.authority = o.Authority
		stream.go#L325: 		Authority:      callInfo.authority,
		stream.go#L546: 		if cs.callInfo.authority == "" {